|
Menu location |
---|
Sketch → Sketcher constraints → Constrain auto radius/diameter |
Workbenches |
Sketcher |
Default shortcut |
K S |
Introduced in version |
0.20 |
See also |
Sketcher ConstrainRadius, Sketcher ConstrainDiameter |
The Sketcher ConstrainRadiam tool fixes the radius of arcs and B-spline weight circles, and the diameter of circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the
Sketch.addConstraint(Sketcher.Constraint('Radius', ArcOrCircle, App.Units.Quantity('123.0 mm')))
Sketch.addConstraint(Sketcher.Constraint('Diameter', ArcOrCircle, App.Units.Quantity('246.0 mm')))
The Sketcher scripting page explains the values which can be used for ArcOrCircle
, and contains further examples on how to create constraints from Python scripts.